home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15687 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  899 b 

  1. Path: news.iadfw.net!usenet
  2. From: sryckman@airmail.net
  3. Newsgroups: comp.lang.asm.x86,comp.lang.c,comp.lang.c++
  4. Subject: Re: Need Program to do low level format
  5. Date: 6 Apr 1996 21:50:10 GMT
  6. Organization: Guest user
  7. Message-ID: <4k6oui$7u5@airnews.iadfw.net>
  8. References: <4k2vvj$3ma$1@mhafc.production.compuserve.com>
  9. Reply-To: sryckman@airmail.net
  10. NNTP-Posting-Host: dal06-16.ppp.iadfw.net
  11. X-Newsreader: IBM NewsReader/2 v1.2.5
  12.  
  13. >I am looking for source code and or a working program to do a low 
  14. >level format on a IBM-XT with a Seagate ST-225 (21M) hard drive.
  15. >I am not so much interested in saving an old dying hard drive as 
  16.  
  17. You probably don't need to write a program at all.  Most of the old MFM 
  18. drive controllers had an on-board formatter.
  19.  
  20. Just go to a dos prompt and run debug.....
  21.  
  22. from the debug prompt, try    g=c800:5
  23.  
  24. That will start the internal formatter on most MFM controllers.
  25.  
  26.